docs: explain the framework's architecture#92
Closed
Sukuna0007Abhi wants to merge 1 commit intometacall:masterfrom
Closed
docs: explain the framework's architecture#92Sukuna0007Abhi wants to merge 1 commit intometacall:masterfrom
Sukuna0007Abhi wants to merge 1 commit intometacall:masterfrom
Conversation
Add docs/dev/Architecture.md covering: - Repository layout and crate dependency graph - Responsibilities of all 11 crates - Full build pipeline (SSR + SSG + client hydration) - SSR request lifecycle (rendered once at startup via MetaCall) - Dev mode hot-reload flow (two-channel broadcast architecture) - Polyglot API routes (src/api/*.js via MetaCall) - MetaCall integration points - Key data structures (Manifest, SourceDirContainer, PageEntry, RebuildType) Also update docs/README.md to link to the new developer docs section. Closes metacall#19
a3c5dde to
7248133
Compare
Collaborator
|
I don't think I will accept an AI-generated documentation. Especially documentations should not be written by AI (and that's why we need to clarify what is acceptable or not via #90 , so it's not your problem this is on our side) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add docs/dev/Architecture.md covering:
Also update docs/README.md to link to the new developer docs section.
Closes #19